继承自 FoxitPDFSDKPython3._object .
|
|
| option_label = _fsdk.WidgetChoiceOption_option_label |
| | 选项的显示字符串值。
|
| |
|
| selected = _fsdk.WidgetChoiceOption_selected |
| | 用于指示选项是否被选中。
|
| |
◆ WidgetChoiceOption() [1/2]
| def FoxitPDFSDKPython3.WidgetChoiceOption.WidgetChoiceOption |
( |
|
option_label, |
|
|
|
selected |
|
) |
| |
构造函数,带参数。
- 参数
-
| [in] | option_label | 选项的显示字符串值。 |
| [in] | selected | true 表示选项被选中,false 表示 选项未被选中。 |
◆ WidgetChoiceOption() [2/2]
| def FoxitPDFSDKPython3.WidgetChoiceOption.WidgetChoiceOption |
( |
|
option | ) |
|
◆ Set()
| def FoxitPDFSDKPython3.WidgetChoiceOption.Set |
( |
|
option_label, |
|
|
|
selected |
|
) |
| |
设置值。
- 参数
-
| [in] | option_label | 选项的显示字符串值。 |
| [in] | selected | true 表示选项被选中,false 表示 选项未被选中。 |
- 返回
- 无。